home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / indent~1.zoo / configur.in < prev    next >
Encoding:
Text File  |  1992-08-01  |  297 b   |  18 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(indent.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_AIX
  7. AC_MINIX
  8. AC_ISC_POSIX
  9. AC_USG
  10. AC_REPLACE_FUNCS(memcpy)
  11. AC_UNISTD_H
  12. AC_DIR_HEADER
  13. if test -z "$dirheader"; then
  14.   AC_DEFINE(NODIR)
  15. fi
  16. AC_XENIX_DIR
  17. AC_OUTPUT(zmakefile)
  18.